/** gwt使用的自定义样式	lianghaojun  */
.textItem_2,
.textItem_2Focused,
.textItem_2Disabled,
.textItem_2Error,
.textItem_2Hint,
.pickListCell_2,
.pickListCell_2Selected,
.pickListCell_2Disabled {
    font-family:Arial,Verdana,sans-serif; font-size:12px;
    color:#000000;
}

.textItem_2,
.textItem_2Focused,
.textItem_2Disabled,
.textItem_2Error,
.textItem_2Hint {
    padding:2px;
    border:1px solid #aaacb2;
    background:#FFFFFF;
    color:#000000;
}

.textItem_2 {
}

.textItem_3 {
	font-size:13px;
    border-left:0px;
	border-right:0px;
}

.textItem_2Disabled{
    color:#666666;
    background-color:#FFFFFF;
    border:1px solid #A6ABB4;
}

.textItem_2Hint{
    color:#204268;
}

.textItem_2Focused {
    color:#000000;
    -moz-outline-offset:-1;
}

.textItem_3Focused {
	font-size:13px;
    border-left:0px;
	border-right:0px;
}

.pickListCell_2 {
	color:#000000;
}
.pickListCell_2Selected {
    color:#000000;
    background-color:#b2dfee;
}
.pickListCell_2Disabled {
	color:#595959;
	background-color:#C0C0C0;
}

/**展示信息样式,供信息发布功能使用**/
.showInfoContent p{
	margin: 5px 0;
} 
